go/types.Checker.handleError (method)

3 uses

	go/types (current package)
		errors.go#L145: 			check.handleError(i, p.posn, err.code, p.msg, err.soft)
		errors.go#L148: 		check.handleError(0, err.posn(), err.code, err.msg(), err.soft)
		errors.go#L156: func (check *Checker) handleError(index int, posn positioner, code Code, msg string, soft bool) {